|
Foxit PDF SDK
|
继承自 FoxitPDFSDKPython2._object .
Public 成员函数 | |
| def | SearchIndexConfig () |
| 构造函数。 | |
| def | SearchIndexConfig (name, is_available, path, is_selected) |
| 构造函数,带参数。 更多... | |
| def | SearchIndexConfig (search_index_config) |
| 构造函数,使用另一个搜索索引配置对象。 更多... | |
| def | Set (name, is_available, path, is_selected) |
| 设置值。 更多... | |
静态 Public 属性 | |
| is_available = _fsdk.SearchIndexConfig_is_available | |
| 指定搜索索引是否可用于选择和搜索。true 表示 索引可用,false 表示不可用。 | |
| is_selected = _fsdk.SearchIndexConfig_is_selected | |
| 指定搜索索引是否参与搜索。true 表示 作为查询的一部分搜索索引,false 表示不搜索。 | |
| name = _fsdk.SearchIndexConfig_name | |
| 搜索索引的名称。 | |
| path = _fsdk.SearchIndexConfig_path | |
| 搜索索引的路径。 | |
此类表示搜索索引配置。
| def FoxitPDFSDKPython2.SearchIndexConfig.SearchIndexConfig | ( | name, | |
| is_available, | |||
| path, | |||
| is_selected | |||
| ) |
构造函数,带参数。
| [in] | name | 搜索索引的名称。 |
| [in] | is_available | 指定搜索索引是否可用于选择和搜索。 |
| [in] | path | 搜索索引的路径。 |
| [in] | is_selected | 指定搜索索引是否参与搜索。 |
| def FoxitPDFSDKPython2.SearchIndexConfig.SearchIndexConfig | ( | search_index_config | ) |
构造函数,使用另一个搜索索引配置对象。
| [in] | search_index_config | 另一个搜索索引配置对象。 |
| def FoxitPDFSDKPython2.SearchIndexConfig.Set | ( | name, | |
| is_available, | |||
| path, | |||
| is_selected | |||
| ) |
设置值。
| [in] | name | 搜索索引的名称。 |
| [in] | is_available | 指定搜索索引是否可用于选择和搜索。 |
| [in] | path | 搜索索引的路径。 |
| [in] | is_selected | 指定搜索索引是否参与搜索。 |